home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d26 / spell110.arc / AUTOEXEC.BAT next >
Encoding:
DOS Batch File  |  1990-03-17  |  1.0 KB  |  38 lines

  1. echo off
  2. cls
  3. echo ╔════════════════════════════════════════════════════════════════════════════╗
  4. echo ║               "The SPELLBOUND! Spelling Tutor", Version 1.10               ║
  5. echo ║   Copyright (C) 1988, 1989 by Kenneth R. Casey, Jr.  All Rights Reserved.  ║
  6. echo ╚════════════════════════════════════════════════════════════════════════════╝
  7. echo  
  8. echo  
  9. echo      It is very important to set the Date and Time for SPELLBOUND! to
  10. echo      function at its best.  The Date and Time are included in the student
  11. echo      records when they are working with SPELLBOUND!
  12. echo                         
  13. echo  
  14. echo                        ╔════════════════════════════════╗
  15. echo                        ║ Set Date and Time for Records! ║
  16. echo                        ╚════════════════════════════════╝
  17. echo  
  18. echo  
  19. date
  20. time
  21. cls
  22. echo  
  23. echo  
  24. echo  
  25. echo  
  26. echo  
  27. echo  
  28. echo  
  29. echo  
  30. echo  
  31. echo  
  32. echo  
  33. echo                           Now Loading SPELLBOUND!...
  34. path a:\;b:\;
  35. b:
  36. spell
  37.  
  38.